ComponentOne ASP.NET MVC Controls
SeriesIndex Property (LineMarker<T>)

C1.Web.Mvc Namespace > LineMarker<T> Class : SeriesIndex Property
Gets or sets the index of the series in the chart in which the LineMarker appears.
Syntax
'Declaration
 
Public Property SeriesIndex As Nullable(Of Integer)
public Nullable<int> SeriesIndex {get; set;}
Remarks
This only takes effect when the @see:Interaction property is set to Chart.LineMarkerInteraction.Move.
See Also

Reference

LineMarker<T> Class
LineMarker<T> Members